projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc558e4
)
(REGEXP_IN_LIBC): Definition turned off.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 25 Oct 1995 19:32:18 +0000
(19:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 25 Oct 1995 19:32:18 +0000
(19:32 +0000)
src/s/gnu-linux.h
patch
|
blob
|
history
diff --git
a/src/s/gnu-linux.h
b/src/s/gnu-linux.h
index e40733cda8b7d5de773a40bc4d3c438d0e9ff0b1..1017e2dfe62404d9f47697565ba042d8db41725a 100644
(file)
--- a/
src/s/gnu-linux.h
+++ b/
src/s/gnu-linux.h
@@
-268,4
+268,8
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
/* The regex.o routines are a part of the GNU C-library used with Linux. */
-#define REGEXP_IN_LIBC
+/* However, sometimes they disagree with the src/regex.h that comes with Emacs,
+ and that can make trouble in etags.c because it gets the regex.h from Emacs
+ and the function definitions in libc. So turn this off. */
+/* #define REGEXP_IN_LIBC */
+